home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / CGIPERL / MACPERL / MSRCE418.HQX / Perl Source ƒ / Perl / PerlCfrg.r < prev    next >
Encoding:
Text File  |  1994-07-10  |  1.3 KB  |  36 lines

  1. /*********************************************************************
  2. Project    :    GUSI                -    Grand Unified Socket Interface
  3. File        :    GUSICfrg.r        -    Resources for shared library
  4. Author    :    Matthias Neeracher
  5. Language    :    MPW Rez 3.0
  6.  
  7. $Log: GUSI.r,v $
  8. *********************************************************************/
  9.  
  10. #include "SysTypes.r"
  11. #include "CodeFragmentTypes.r"
  12.  
  13. resource 'cfrg' (0) {
  14.    {
  15.       kPowerPC,                /* Target machine's Architecture. */
  16.       kFullLib,                /* This is not an update. */
  17.       kNoVersionNum,                /* Current version. */
  18.       kNoVersionNum,                /* Definition version. */
  19.       kDefaultStackSize,        /* Stack size of application. */
  20.       kNoAppSubFolder,        /* Not used here.  Can be the resource-id of an 'alis'
  21.                                resource.  Used to provide additional location
  22.                                        to search for libraries. */
  23.       kIsLib,                    /* This is an shard library. */
  24.       kOnDiskFlat,          /* This code fragment is on disk, in the data fork. */
  25.       kZeroOffset,                /* Offset of code into data fork. */
  26.       kWholeFork,           /* Code takes up all of data fork (can give a size). */
  27.       "Perl"                    /* Name of application. */
  28.    }
  29. };
  30.  
  31. resource 'vers' (1) {
  32.     0x04, 0x14, beta, 0x02, verUS,
  33.     "4.1.4b2",
  34.     "Perl - ported by Matthias Neeracher and Tim Endres."
  35.     };
  36.